home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr48 / btv115.zip / README < prev    next >
Text File  |  1993-04-01  |  1KB  |  35 lines

  1. June 5, 1992
  2.  
  3. BTV.PAS is a Turbo Pascal 6.0 object oriented interface to the Btrieve
  4. Record Manager by Novell, Inc. It implements Btrieve file, error
  5. handling and error display objects. It is distributed as shareware, it
  6. is not free.
  7.  
  8. I did not supply the example programs in compiled form. They aren't
  9. flashy, no neat screen output, and you won't get much out of them if
  10. you don't look at the code. I hope they are sufficient to demonstrate
  11. the use of BTV. Let me know if you find the example code inadequate.
  12.  
  13. Please contact me with any comments, suggestions, problems, bugs, or
  14. questions.
  15.  
  16. Richard Hansen
  17. PO Box 18571
  18. Saint Paul, MN  55118-0571  USA
  19.  
  20. CompuServe ID 70242,3367
  21.  
  22.  
  23. The following files should be included :
  24.  
  25. BTV.TXT         Documentation formatted, 60 lines per page, pages numbers,etc
  26. ORDER.FRM       Registration form
  27. BTV.PAS         The main btrieve unit
  28. BTVTYPE.PAS     Btrieve data conversion routines
  29. BTRV6.PAS       Interface to the Btrieve interrupt routine
  30. TONE.PAS        A support unit
  31. EXAMPLE1.PAS    Some example code
  32. EXAMPLE2.PAS          "
  33. EXAMPLE3.PAS          "
  34. EXAMPLE4.PAS          "
  35. RECOVER.PAS     Application for recovering damaged files.